home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / utilitys / 76 / startup / startup.inf < prev    next >
Text File  |  1987-09-03  |  907b  |  28 lines

  1. res medium            ; Use meduim res when booting in color
  2. if ($res == high) then
  3.   graphics 18 c:\auto\title1.pi3    ; Display the Opening Screen
  4. else                ; if color screen, set up colors
  5.   color 0 007            ; set background to blue including border
  6.   color 3 777            ; set foreground to white
  7. endif
  8. cursor on
  9. display on
  10. d:\rtx\rtxboot.prg        ; Micro RTX kernal
  11. d:\utility\hdaccel.prg        ; Hard Disk Accellorator
  12. d:\utility\autotime.prg        ; Logikhron Clock Card time retriever
  13. display off
  14. if ($res != $desktop) then
  15.   echo copying desktop.inf for $res resolution
  16.   if ($res == high) then
  17.     cp c:\desktop.hi c:\desktop.inf
  18.   else
  19.     cp c:\desktop.med c:\desktop.inf
  20.   endif
  21. endif
  22. echo The date is $date and the time is $time
  23. cat c:\lastdate            ; show last time on system
  24. echo Last time on was $date2 at $time1 > c:\lastdate
  25.                 ; update last time on system
  26. accask                ; which accessories?
  27. resetcolors
  28.